Fix typo in trunk as in branch (r103778)
authorRobin Pepermans <robin@users.mediawiki.org>
Wed, 23 Nov 2011 14:06:10 +0000 (14:06 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Wed, 23 Nov 2011 14:06:10 +0000 (14:06 +0000)
RELEASE-NOTES-1.18

index 9b1bb11..53050c0 100644 (file)
@@ -117,7 +117,7 @@ production.
 
 === New features in 1.18 ===
 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
-* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend).
+* BREAKING CHANGE: Article class hierarchy split into WikiPage (backend).
   and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead
   of an Article object. These hooks all use an $article paramater as documented in hooks.txt.
   Extensions should be updated to account for this, though most won't require any changes.